home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-1.iso / disk / kutil13.zip / SAFECOPY.TXT < prev    next >
Text File  |  1995-12-06  |  3KB  |  76 lines

  1.                               K-TOOLS UTILITIES
  2.  
  3.  
  4.               Copyright (c) 1994-95 by Rob McDonell, ARK ANGLES
  5.                              All Rights Reserved
  6.  
  7.  
  8.                         SAFECOPY - Safe File Copy 1.3
  9.  
  10.  
  11. This utility copies one or more files to a new location, provided that the
  12. same or newer versions of the files do not already exist there.  It works
  13. just like the COPY command except that it will never overwrite a later
  14. version of a file with an earlier one.
  15.  
  16.  
  17. USAGE:
  18.  
  19.   SAFECOPY [sourcedir]sourcefiles [[targetdir][targetfiles]] [options]
  20.  
  21. where:  sourcedir    is the location of the existing files, or the current
  22.                      directory if blank
  23.  
  24.         sourcefiles  is the file to be copied, wildcards are accepted to
  25.                      specify multiple files
  26.  
  27.         targetdir    is the destination location for the copied files, or
  28.                      the same directory if blank
  29.  
  30.         targetfiles  is the new file name or names for the copied files,
  31.                      wildcards are allowed for partial renaming of multiple
  32.                      files, or blank if the names are to remain the same
  33.  
  34.         options      is any of the following:
  35.  
  36.           /P         pause to ask before overwriting each file
  37.           /Y         yes, go ahead and overwrite without asking
  38.         
  39. Both the source directory and target directory must exist.
  40.  
  41.  
  42. EXAMPLES:
  43.  
  44.   SAFECOPY MYFILE.TXT *.DOC      will copy MYFILE.TXT from the current
  45.                                  directory to MYFILE.DOC in the same
  46.                                  directory
  47.  
  48.   SAFECOPY *.TXT *.DOC           will copy all .TXT files from the current
  49.                                  directory to *.TXX in the same directory
  50.  
  51.   SAFECOPY \DIR1 \DIR2           will copy all files from the \DIR1
  52.                                  directory to the \DIR2 directory
  53.  
  54.   SAFECOPY C:\DIR1 A:\           will copy all files from the \DIR1 directory
  55.                                  on drive C: to the root directory on A:
  56.  
  57. Run SAFECOPY with no parameters or "?" or "/?" to display simple help and
  58. registration information.
  59.  
  60.  
  61. REGISTRATION:
  62.  
  63. This program is part of the K-TOOLS UTILITIES shareware package.  To keep
  64. using it after the 60 day trial period you must register, which costs only
  65. A$15 per utility or A$29, US$24, £15, Dm40, ¥2400 for the whole collection.
  66.  
  67. Author:     Rob McDonell
  68.             ARK ANGLES
  69.             P O Box 190 (61 Oaklands Rd)
  70.             Hazelbrook  NSW  2779
  71.             AUSTRALIA
  72. Phone:      Intl+61-47-588100
  73. Fax:        Intl+61-47-588638
  74. Compuserve: 100237,141
  75. Internet:   100237.141@compuserve.com
  76.